home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000189_jaltman2@nyc.rr.com_Sun Nov 6 17:42:33 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!logbridge.uoregon.edu!canoe.uoregon.edu!cyclone1.gnilink.net!gnilink.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
  2. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  3. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
  4. X-Accept-Language: en-us, en
  5. MIME-Version: 1.0
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: VT100 Control Character problems
  8. References: <1131056706.766259.270570@g14g2000cwa.googlegroups.com>
  9. In-Reply-To: <1131056706.766259.270570@g14g2000cwa.googlegroups.com>
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 67
  13. Message-ID: <XYJaf.12489$u43.6423@twister.nyc.rr.com>
  14. Date: Fri, 04 Nov 2005 14:09:59 GMT
  15. NNTP-Posting-Host: 68.175.91.105
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1131113399 68.175.91.105 (Fri, 04 Nov 2005 09:09:59 EST)
  18. NNTP-Posting-Date: Fri, 04 Nov 2005 09:09:59 EST
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15435
  21.  
  22. malone wrote:
  23.  
  24. > #1.
  25. > When running an auto script that logs on to a host, emulating vt100, I
  26. > get the control characters ie \27[34m....however, when I logon
  27. > manually, I see the different colors and blinking text. How can i fix
  28. > that where I see the actual text that way it should be viewed without
  29. > the control characters?
  30.  
  31. I'm not sure I understand the question.  Which are you asking for?
  32.  
  33. (1) You want the INPUT command to only see user visible text and not
  34.     the actual contents of the stream?
  35.  
  36. (2) You want the contents of the stream to be interpretted and displayed
  37.     in the command session while your input script is running.
  38.  
  39. If you want to have the terminal window running, perhaps you should use
  40. CONNECT mode triggers instead of the INPUT command.
  41.  
  42.  
  43. > #2.
  44. > When creating the session log emulating the vt100, I have Control
  45. > Characters thougout the log. how can those be removed without removing
  46. > them myself? i included a small example...
  47. > Auto-sensing...
  48. >     [6n
  49. >     [!
  50. > [0m            [1;5;35mWELCOME!
  51. > [0;1;32mWPS Electronic Data Services
  52. > Running The Major BBS by GALACTICOMM
  53. > ONLINE 28800 BAUD AT 15:58 28-OCT-05
  54. > [0m
  55. > [1;32mIf you already have a User-ID on this
  56. > system, type it in and press RETURN.
  57. > Otherwise type "[36mnew[32m":
  58. >                  This is what it should look like...
  59. > Auto-sensing...
  60. >                     WELCOME!
  61. > WPS Electronic Data Services
  62. > Running The Major BBS by GALACTICOMM
  63. > ONLINE 9600 BAUD AT 05:45 07-JAN-05
  64. > If you already have a User-ID on this
  65. > system, type it in and press RETURN.
  66. > Otherwise type "new":
  67.  
  68. A session log is a capture of the entire data stream including controls
  69. characters.   To get what you desire you can take a session log and pipe
  70. it through ftp://ftp.columbia.edu/kermit/k95/novt.exe to remove the VT
  71. control sequences.
  72.  
  73. Jeffrey Altman
  74. Secure Endpoints Inc.
  75.  
  76.  
  77. -- 
  78. -----------------
  79. This e-mail account is not read on a regular basis.
  80. Please send private responses to jaltman at mit dot edu